From: Lisandro Damián Nicanor Pérez Meyer Date: Sat, 13 Jan 2024 13:53:25 +0000 (+0100) Subject: Avoid trying to build the htmlinfo example X-Git-Tag: archive/raspbian/6.4.2+dfsg-21+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de//%22style.css/%22/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css/%22?a=commitdiff_plain;h=59dfe1df6950fa0a58cbeeef6365804f3046d08d;p=qt6-base.git Avoid trying to build the htmlinfo example Forwarded: not-needed This example uses non-free images, so we had to remove it from the original tarball. This patch avoid building this example. Gbp-Pq: Name no_htmlinfo_example.patch --- diff --git a/examples/xml/CMakeLists.txt b/examples/xml/CMakeLists.txt index 7f07939f4..f27868f56 100644 --- a/examples/xml/CMakeLists.txt +++ b/examples/xml/CMakeLists.txt @@ -1,4 +1,3 @@ -qt_internal_add_example(htmlinfo) qt_internal_add_example(xmlstreamlint) if(TARGET Qt::Widgets) qt_internal_add_example(dombookmarks) diff --git a/examples/xml/xml.pro b/examples/xml/xml.pro index b0750574f..1c78e6b57 100644 --- a/examples/xml/xml.pro +++ b/examples/xml/xml.pro @@ -1,6 +1,5 @@ TEMPLATE = subdirs -SUBDIRS = htmlinfo \ - xmlstreamlint +SUBDIRS = xmlstreamlint qtHaveModule(widgets) { SUBDIRS += dombookmarks \